projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df140a6
)
(w32_term_init): Pass XColor to w32_define_color, not COLORREF.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 23 Oct 2002 16:53:48 +0000
(16:53 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 23 Oct 2002 16:53:48 +0000
(16:53 +0000)
src/w32term.c
patch
|
blob
|
history
diff --git
a/src/w32term.c
b/src/w32term.c
index bde0388bce3b7afc779267d6cd79dab4969a15d7..acf06daee31717bc781fdb3cfa463a2eb8c08440 100644
(file)
--- a/
src/w32term.c
+++ b/
src/w32term.c
@@
-11124,7
+11124,7
@@
w32_term_init (display_name, xrm_option, resource_name)
/* initialise palette with white and black */
{
-
COLORREF
color;
+
XColor
color;
w32_defined_color (0, "white", &color, 1);
w32_defined_color (0, "black", &color, 1);
}